const gotest.tools/v3/internal/assert.failureMessage

5 uses

	gotest.tools/v3/internal/assert (current package)
		assert.go#L24: const failureMessage = "assertion failed: "
		assert.go#L53: 		t.Log(format.WithCustomMessage(failureMessage+msg, msgAndArgs...))
		assert.go#L76: 		t.Log(format.WithCustomMessage(failureMessage+message, msgAndArgs...))
		assert.go#L104: 	t.Log(format.WithCustomMessage(failureMessage+msg, msgAndArgs...))
		result.go#L60: 	t.Log(format.WithCustomMessage(failureMessage+message, msgAndArgs...))